projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48cd46
)
Add libgit2 to list of build deps in README
author
Seth Falcon
<seth@chef.io>
Fri, 3 Jul 2015 22:35:33 +0000
(15:35 -0700)
committer
Seth Falcon
<seth@chef.io>
Fri, 3 Jul 2015 22:35:33 +0000
(15:35 -0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 25309ba1358fd830677183030b0675c1de4f7f24..9871642a361939d69e407d1ef4a7972022bab6c2 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-37,6
+37,7
@@
Cargo requires the following tools and packages to build:
* `cmake`
* `pkg-config`
* OpenSSL headers (`libssl-dev` package on ubuntu)
+* libgit2
Cargo can then be compiled like many other standard unix-like projects: